lcPaint_PtbufAddPoint Home

Adds a point into a points buffer.

 BOOL lcPaint_PtbufAddPoint (
   HANDLE hPtbuf,
   double X,
   double Y,
   double Prm1,
   double Prm2,
   int IntPrm
 );

Parameters
hPtbuf
  Handle to a points buffer object.
X Y
  Coordinates of the point position.
Prm1 Prm2 IntPrm
  Additional point parameters.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcPaint_PtbufAddPoint2lcPaint_PtbufAddPointP